Caused by: java.lang.ClassNotFoundException: Cannot find class: User 源代码: 正确代码: 原因分析: 这个问题的原因是在使用resultType的时候, 没有正确的指定返回的类型 ...